Merged
Conversation
Signed-off-by: Jiaxiao Zhou <duibao55328@gmail.com>
dsyme
approved these changes
Aug 14, 2025
pelikhan
added a commit
that referenced
this pull request
Sep 4, 2025
…for pull request triggers (#58) (#309) * Initial plan * Implement fork: true/false field for pull-request triggers * Add fork: false to test-proxy.md workflow as requested * Implement enhanced fork filtering with array support and glob patterns - Add forks: []string field support alongside legacy fork: boolean - Implement glob pattern matching (e.g., "org/*") for organization-level fork allowlists - Add BuildFromAllowedForks expression builder with startsWith() function support - Update schema validation to include new forks array field - Enhanced commentOutProcessedFieldsInOnSection to handle forks arrays - Add comprehensive test coverage with 11+ new test scenarios - Apply fork: false to example-engine-network-permissions.md as requested - Maintain full backward compatibility with existing fork: true/false syntax - forks array takes precedence over legacy fork field when both present - All workflows compile successfully and tests pass * Remove legacy fork: true/false support, keep only forks array with glob patterns * Support single string and wildcard (*) for forks field in pull request triggers --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
This was referenced Oct 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.